
#wrap{
  position:absolute;
  left:0; top:0;
  width:100%;
  height:100%;
  display:flex;
  align-items:stretch;
  margin:0 25%;
	margin-left: 28%;
}
.hb{
  position:relative;
  width:25%;
  z-index:1;
  display:flex;
  align-items:center;
margin-top: 60vh;
  trasnform:scale(.97);
}
.c{
  position:absolute;
  display:block;
  max-width:90%;

}
.c img {
  position:relative;
  display:block;
  width:100%;
  height:auto;
  z-index:2;	
}
.txt {
  position:absolute;
  top:100%; left:10%;
  width:80%;
  opacity:0;
  padding:1em 0 0 1em;
  border-left:1px solid #000;
  z-index:1;
  transform:scaleY(1) translateY(-50px);
  transition:transform .2s, opacity .5s;
}
.txt h2 {
  font-size:24px;margin-bottom: 5px;
	color: #000;
  text-transform:uppercase;
}
.txt p{
	color: #000;
}
.hb:hover .txt {
  opacity:1;
  transform:scaleY(1) translateY(0);
}
.fullBg {
  position:absolute;top:0;left:-52%;width:1920px;height:1080px;
  opacity:0;
	right: 0;
  transition:transform .5s, opacity .5s;
  transform:scale(1);
  z-index:-1;
}
.fullBg img {
  width:100%;height:100%;
  object-fit:cover;object-position:center;
  opacity:.5;
}
.hb:hover + .fullBg {opacity:1;transform:scale(1.02);}
.credits {
  position:fixed;
  bottom:0;right:0;
  padding:1.5em;
  font-size:.8em;
  text-align:right;
  font-style:italic;
  opacity:.8;
  transition:opacity .2;
  z-index:1;
}
.credits:hover {
  text-decoration:underline;
  opacity:1;
}

@media screen and (max-width: 1800px){
	
	
}
@media screen and (max-width: 1550px){
	.syyq{
		height: 640px;
	}
		
		
	
.txt p{
	display: none;
}
	
}

@media screen and (max-width: 1450px){
	
	
}
.syyq2{
	display: none;
}
@media screen and (max-width: 1300px){

	
	
}

@media screen and (max-width: 1220px){
	
	
	
	
}

@media screen and (max-width: 1140px){
	
	
	
}
@media screen and (max-width: 1040px){
	
	
	
}

@media screen and (max-width: 950px){
	
	.syyq2{
	display: block;
}
	.syyq .syc1{
		display: none;
	}#wrap{
		display: none;
	}.syc2{
		width: 100%!important;
		
	}.syyq1{
		position: relative!important;
	}.syyq{
		height: auto;
		margin-bottom: 30px;
	}
}